home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / sgi.defs < prev    next >
Text File  |  1989-10-19  |  697b  |  32 lines

  1.  
  2. # Machine dependent makefile definitions for SGI Iris 3030
  3.  
  4. LBINDIR=/usr/local/bin
  5.  
  6. OFLAG    =  -O
  7. LIBS    = -lm -lbsd
  8. ODIR_DEBUG= 
  9. NULLFILE = ../h/twelve_null
  10.  
  11. # This CC string will be used for compilation of the system,
  12. # and also in the compiler::*cc* variable for later compilation of
  13. # lisp files.
  14.  
  15. CC = cc -I/usr/include/bsd -DVOL= -I$(AKCLDIR)/o 
  16.  
  17. # Where the original KCL distribution resides.
  18.  
  19. MAINDIR = /usr/local/src/kcl
  20.  
  21. # Enable the fastloading mechanism which does not use ld -A
  22. # requires c/rel_.. machine dependent code.
  23.  
  24. RSYM    = rsym
  25. SFASL    = $(ODIR)/sfasl.o
  26.  
  27. # When using SFASL it is good to have (si::build-symbol-table)
  28. INITFORM=(si::build-symbol-table)
  29.  
  30. # Use symbolic links
  31. SYMB=-s
  32.